From 474872563f23254fe5a2a37af9eb50a3a4dc5d8f Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 12 Jan 2023 17:55:47 +0000 Subject: [PATCH] Add gobject-introspection as a subproject We pin GLib, so we must also pin g-i to the same version, otherwise we'll get weird mismatches during development. --- subprojects/gobject-introspection.wrap | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 subprojects/gobject-introspection.wrap diff --git a/subprojects/gobject-introspection.wrap b/subprojects/gobject-introspection.wrap new file mode 100644 index 0000000000..e00b3e0a81 --- /dev/null +++ b/subprojects/gobject-introspection.wrap @@ -0,0 +1,10 @@ +[wrap-git] +directory = gobject-introspection +url = https://gitlab.gnome.org/GNOME/gobject-introspection.git +push-url = ssh://git@ssh.gitlab.gnome.org:GNOME/gobject-introspection.git +revision = 1.74.0 +depth = 1 + +[provide] +dependency_names = gobject-introspection-1.0, gobject-introspection-no-export-1.0 +program_names = g-ir-annotation-tool, g-ir-compiler, g-ir-doc-tool, g-ir-generate, g-ir-inspect, g-ir-scanner -- 2.30.2